Converts this ClientCollectionView to a live view.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
Type Parameters
- T
- The type of the elements in this collection view.
Return Value
The resulting live view.Remarks
This method does not change the ClientCollectionView in any way, it just exposes its live view functionality.
This method is not supported for a ClientViewSource in virtual mode.
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ClientViewSource is in virtual mode. |